home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 01460_Script_End of game PayoffExit < prev    next >
Text File  |  1995-05-21  |  354b  |  15 lines

  1. on exitFrame
  2.   global length, snap1, snap2, theMovieName, gtheDay
  3.   if the movieTime of sprite 48 > length then
  4.     puppetsprite 48, false
  5.     updatestage
  6.     set the movietime of sprite 48 to 0
  7.     set the sound of cast theMovieName to 0
  8.     updateStage
  9.     puppetsound 0
  10.     go frame "EOG"
  11.     exit
  12.   else
  13.     go to the frame
  14.   end if
  15. end